C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T,K> Class / DisconnectAsync Method
The cancellation token.

In This Topic
DisconnectAsync Method (C1CursorDataCollection<T,K>)
In This Topic
Disconnects the collection from the source.
Syntax
'Declaration
 
Public Function DisconnectAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also